Skip to content

Fixes blank lines & buffer lag, add alternative formatting options#26

Open
whereisaaron wants to merge 1 commit into
coderanger:masterfrom
whereisaaron:feature/fixes-and-formatting
Open

Fixes blank lines & buffer lag, add alternative formatting options#26
whereisaaron wants to merge 1 commit into
coderanger:masterfrom
whereisaaron:feature/fixes-and-formatting

Conversation

@whereisaaron

@whereisaaron whereisaaron commented Jun 7, 2024

Copy link
Copy Markdown
  • Eliminated the blank line emitted after every log line
  • Eliminated the block buffering lag that delayed log lines being relayed to supervisor's stdout
  • Added alternative handler names that enable relaying log lines unaltered, or with only the process name.

Fixes #25, #24, #21, #19
Supersedes pull requests: #11, #12

- Eliminated the blank line emitted after every log line
- Eliminated the block buffering lag that delayed log lines being relayed to supervisor's stdout
- Added alternative handler names that enable relaying log lines unaltered, or with only the process name.
@crealte

crealte commented Aug 7, 2025

Copy link
Copy Markdown

@coderanger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

supervisor-stdout introduces some sort of buffer lag, delaying log lines up to ~10 minutes

2 participants